home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / fonts / 0002_53.81 / fnt-3129 / uniscrol.1_1 / header.txt next >
Text File  |  1991-05-14  |  1KB  |  43 lines

  1. ****************************************
  2. *                                      *
  3. *             THE  HEADER              *
  4. *                                      *
  5. ****************************************
  6.  
  7. If you are intersted, how the Uniscroll
  8. Fonts are constructed, then just look 
  9. at the following details:
  10.  
  11.  
  12. F32+              4 Byt Identification
  13.  
  14. height-1          2 Byt Height
  15. width-1           2 Byt Width
  16. planes-1          2 Byt Amount of planes
  17.  
  18. Color 0           2 Byt Color
  19.  "  "             "  "  "  "
  20. Color F           2 Byt Color
  21.  
  22. Data
  23. char 0    line 0          [width] Bytes 
  24. .... .    .... .          ....... .....
  25. char 0    line [height]-1 [width] Bytes
  26. char 1    line 0          ....... .....
  27. char 1    line [height]-1 ....... .....
  28. ......    .... .......... ....... .....
  29. ......    .... .......... ....... .....
  30. char 58   line [height]-1 .............
  31.  
  32. Font data:
  33.  
  34. The chars are in order of ASCII. You can
  35. have 59 chars per font. that means from
  36. ASC(' ')=32 till ASC('Z')=90
  37.  
  38. Hope that may help you...    TPD
  39.  
  40.  
  41.  
  42.  
  43.